home *** CD-ROM | disk | FTP | other *** search
/ Champak 40 / Vol 40.iso / games / draw_pla.swf / scripts / DefineSprite_8 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-05-10  |  189 b   |  11 lines

  1. _root.stop();
  2. PercentLoaded = _root.getBytesLoaded() / _root.getBytesTotal() * 100;
  3. if(PercentLoaded != 100)
  4. {
  5.    bar._xscale = PercentLoaded;
  6. }
  7. else
  8. {
  9.    _root.gotoAndStop(2);
  10. }
  11.